home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / MADgic41.lzh / Dwarf.s < prev    next >
Text File  |  1988-06-26  |  193b  |  11 lines

  1. ;      Dwarf.s
  2. ;
  3. ;      by A. K. Dewdney
  4. ;      May 1984
  5. ;
  6.        JMP     LOOP
  7. BOMB   DAT             #0
  8. LOOP   MOV     BOMB,   @BOMB
  9.        SUB     #4,     BOMB
  10.        JMP     LOOP
  11.        END